Hi Tom,
I have a question about the wiki.
I am hoping to save an offset from the machine zero
to the zero set in KMotionCNC (what I call the GCode
zero) in a nonvolatile place.
I'd prefer not to have to flash the user data memory
to accomplish this.
I found an entry in the Dynomotion wiki which
suggests that a PC file can be written, and read, using
a KMotion C program. Here's the link:
But when I try to compile the program, the tcc
compiler doesn't know about "fscanf".
OK, I could generate text of a different sort and
parse it myself. But the tcc compiler doesn't seem to
know about "fread", either.
Is there a way to read, and well as write, any kind
of text from a PC file?
Thanks,
Hugh